golang.org/x/net/http2.ClientConn.maxConcurrentStreams (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L394: maxConcurrentStreams uint32
transport.go#L831: maxConcurrentStreams: initialMaxConcurrentStreams, // "infinite", per spec. Use a smaller value until we have received server settings.
transport.go#L1034: maxConcurrent := cc.maxConcurrentStreams
transport.go#L1083: maxConcurrentOkay = cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams)
transport.go#L1761: if cc.currentRequestCountLocked() < int(cc.maxConcurrentStreams) {
transport.go#L2865: cc.maxConcurrentStreams = s.Val
transport.go#L2921: cc.maxConcurrentStreams = defaultMaxConcurrentStreams
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)